home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000443_news@columbia.edu_Sun Nov 26 10:21:30 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA08335
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun>); Sun, 26 Nov 1995 21:26:15 -0500
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.6.12/8.6.12) id VAA06817 for kermit.misc@watsun; Sun, 26 Nov 1995 21:26:12 -0500
  4. Path: news.columbia.edu!spcuna!news.wctc.net!chi-news.cic.net!usc!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: kermit telnet on WFWG??
  8. Message-Id: <1995Nov26.162130.67758@cc.usu.edu>
  9. Date: 26 Nov 95 16:21:30 MDT
  10. References: <DInouK.CE3@ETS.net>
  11. Organization: Utah State University
  12. Lines: 27
  13. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  14.  
  15. In article <DInouK.CE3@ETS.net>, pkelly@ETS.net (Peter Kelly) writes:
  16. > I need some help.
  17. > What I am trying to accomplish is : use kermit 'telnet' with vt320 over
  18. > an existing TCP/IP network.
  19. > The configuration is this : I have WFWG 3.11 installed on a machine and
  20. > I am running TCP/IP as the protocol.  The network interface is a NE2000
  21. > from artisoft.  All works fine there.
  22. > What I need to do though is telnet to a UNIX server that has a dedicated
  23. > serial connection to a VAX.  So, I figure, all I need to do is telnet in
  24. > and 'cu' to the serial port and wamo - I am at the VAX prompt.  Well all
  25. > this does work - BUT I need proper keymapping for the VAX.  I have tried
  26. > remapping keys with other telnet programs - all failed to work right.  Every
  27. > one says kermit will work properly for this - but I need to keep the
  28. > existing TCP/IP stack in place too - so that is how I found you.
  29. -----------
  30.     We discuss these situations in the Kermit release notes. To give
  31. only the bottom line here: one may not run two or more TCP/IP stacks over
  32. the same board at the same time. Let's assume that you have avoided this
  33. pit-fall and Kermit successfully connects to your Unix machine.
  34.     CU is a pretty horrid piece of software and it is unrelated to
  35. Kermit. May I recommend using CKermit on the Unix machine and then matters
  36. will progress better. The reason is you need data transparency on the Unix
  37. machine.
  38.     Joe D.